From: Andreas Schwab Date: Thu, 5 Dec 2002 23:01:20 +0000 (+0000) Subject: (speedbar-highlight-face): Fix face spec. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29368 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b07d54795d9fc4f3896aa7f755bb2b49ff172d9c;p=emacs.git (speedbar-highlight-face): Fix face spec. --- diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 9b551fc0794..0781c4707b3 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -4174,10 +4174,10 @@ TEXT is the buffer's name, TOKEN and INDENT are unused." (:background "green")) (((class color) (background dark)) (:background "sea green")) - (((class grayscale monochrome) + (((class grayscale mono) (background light)) (:background "black")) - (((class grayscale monochrome) + (((class grayscale mono) (background dark)) (:background "white"))) "Face used for highlighting buttons with the mouse."